jas.hist
Interface DataSource

All Known Subinterfaces:
FunctionData, HasScatterPlotData, Rebinnable1DHistogramData, Rebinnable2DHistogramData, ScatterPlotSource
All Known Implementing Classes:
PartitionAdapter

public interface DataSource

Interface implemented by any JASHist datasource


Field Summary
static int DATE
           
static int DELTATIME
           
static int DOUBLE
           
static int INTEGER
           
static int STRING
           
 
Method Summary
 java.lang.String getTitle()
          Return the caption to be used in the legend for this data.
 

Field Detail

DOUBLE

public static final int DOUBLE

STRING

public static final int STRING

DATE

public static final int DATE

INTEGER

public static final int INTEGER

DELTATIME

public static final int DELTATIME
Method Detail

getTitle

public java.lang.String getTitle()
Return the caption to be used in the legend for this data.